home *** CD-ROM | disk | FTP | other *** search
- object CaptureKeys: TCaptureKeys
- Left = 274
- Top = 281
- BorderStyle = bsDialog
- Caption = 'Capture Keystrokes'
- ClientHeight = 142
- ClientWidth = 517
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- PixelsPerInch = 120
- Position = poScreenCenter
- Scaled = False
- OnShow = FormShow
- TextHeight = 19
- object Label1: TLabel
- Left = 24
- Top = 56
- Width = 93
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Nickname'
- end
- object Panel1: TPanel
- Left = 8
- Top = 4
- Width = 501
- Height = 41
- Caption = 'Panel1'
- Color = clOlive
- TabOrder = 0
- object HotKeyLabel: TLabel
- Left = 16
- Top = 8
- Width = 473
- Height = 29
- Alignment = taCenter
- AutoSize = False
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- end
- object NickName: TEdit
- Left = 132
- Top = 52
- Width = 289
- Height = 27
- MaxLength = 40
- TabOrder = 1
- Text = 'NickName'
- end
- object StartButton: TButton
- Left = 48
- Top = 96
- Width = 177
- Height = 33
- Caption = '&Start Capture'
- Default = True
- TabOrder = 2
- OnClick = StartButtonClick
- end
- object CancelButton: TButton
- Left = 272
- Top = 96
- Width = 177
- Height = 33
- Caption = '&Cancel'
- TabOrder = 3
- OnClick = CancelButtonClick
- end
- end
-